projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e5c40
)
Put description in description field. (duh!)
author
robertl
<robertl>
Wed, 5 Nov 2003 20:49:09 +0000
(20:49 +0000)
committer
robertl
<robertl>
Wed, 5 Nov 2003 20:49:09 +0000
(20:49 +0000)
easygps.c
patch
|
blob
|
history
diff --git
a/easygps.c
b/easygps.c
index 85def632414682b3d6dcc89e0f60a18c3a926386..51bacc94f53c7b5ca2d12617e65f3023ed7d68e5 100644
(file)
--- a/
easygps.c
+++ b/
easygps.c
@@
-136,7
+136,7
@@
data_read(void)
break;
}
}
- wpt_tmp->
description
= xstrdup(bbuf);
+ wpt_tmp->
notes
= xstrdup(bbuf);
break;
case 9: /* NULL Terminated (vs. pascal) link */
bbufp = bbuf;